home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PsL Monthly 1993 December
/
PSL Monthly Shareware CD-ROM (December 1993).iso
/
prgmming
/
dos
/
pascal
/
crcfast.com
/
CRC.DOC
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1989-05-15
|
240 b
|
5 lines
To get the CRC of a block of data, declare a variable of type WORD
and repeatedly call calccrc on the data block until all bytes have
been checked. Initialize the CRC to 0 first. The resulting CRC
will be the 16-bit CRC of the data.